Mention GtkIconSize in all docs where the argument/return is annotated as taking...
authorChristoph Reiter <creiter@src.gnome.org>
Sat, 31 Oct 2015 12:38:24 +0000 (13:38 +0100)
committerChristoph Reiter <creiter@src.gnome.org>
Mon, 4 Jan 2016 10:56:44 +0000 (11:56 +0100)
commitf66191346c997e9f45843f6d8f087aa555bde811
treeaeea0cb8d7b1ed48c04ac9d16d670f53c3064892
parent10f71dd98c2ef007b25de597b2523870e22fd594
Mention GtkIconSize in all docs where the argument/return is annotated as taking an int instead of GtkIconSize

In https://bugzilla.gnome.org/show_bug.cgi?id=601425 the annotations
were changed to int as they not only take the predefined enum values
but also user defined values registered through gtk_icon_size_register()

As a result the typelib doesn't contain any information about
GtkIconSize for those arguments and the Python docstring only
shows the corresponding Python type "int".

This changes the argument docs to mention the type explicitly
so the Python doc generator can add a link to Gtk.IconSize
which contains the most useful predefined values.

https://bugzilla.gnome.org/show_bug.cgi?id=757411
gtk/deprecated/gtkaction.c
gtk/deprecated/gtkiconfactory.c
gtk/deprecated/gtkstyle.c
gtk/gtkbutton.c
gtk/gtkimage.c
gtk/gtkrender.c
gtk/gtkscalebutton.c
gtk/gtktoolshell.c
gtk/gtktooltip.c
gtk/gtkwidget.c